projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc58626
)
* Fix 'parse-colon-path' entry in 'comp-known-type-specifiers'
author
Andrea Corallo
<acorallo@gnu.org>
Thu, 22 Feb 2024 19:40:57 +0000
(20:40 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Thu, 22 Feb 2024 19:49:55 +0000
(20:49 +0100)
* lisp/emacs-lisp/comp-common.el (comp-known-type-specifiers): Fix
'parse-colon-path'.
lisp/emacs-lisp/comp-common.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-common.el
b/lisp/emacs-lisp/comp-common.el
index 6ba9664ea5c3164e14ad4f5aa44671ead1a14334..ca21ed05bb4249e53fb3974dcfaa04787f8fafb4 100644
(file)
--- a/
lisp/emacs-lisp/comp-common.el
+++ b/
lisp/emacs-lisp/comp-common.el
@@
-309,7
+309,7
@@
Used to modify the compiler environment."
(numberp (function (t) boolean))
(one-window-p (function (&optional t t) boolean))
(overlayp (function (t) boolean))
- (parse-colon-path (function (string)
cons
))
+ (parse-colon-path (function (string)
list
))
(plist-get (function (list t &optional t) t))
(plist-member (function (list t &optional t) list))
(point (function () integer))